home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / elkmoon.dir / 00016.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  774 b   |  37 lines

  1. global gNext
  2.  
  3. on mouseDown
  4.   puppetSound("StoryB")
  5.   puppetSprite(5, 1)
  6.   puppetSprite(11, 1)
  7.   set the castNum of sprite 5 to 26
  8.   set the castNum of sprite 11 to 27
  9.   sound stop 2
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 15
  13.     nothing()
  14.   end repeat
  15.   set the castNum of sprite 5 to 25
  16.   set the castNum of sprite 11 to 31
  17.   updateStage()
  18.   startTimer()
  19.   repeat while the timer < 15
  20.     nothing()
  21.   end repeat
  22.   set the castNum of sprite 5 to 26
  23.   set the castNum of sprite 11 to 27
  24.   updateStage()
  25.   startTimer()
  26.   repeat while the timer < 15
  27.     nothing()
  28.   end repeat
  29.   set the castNum of sprite 5 to 25
  30.   set the castNum of sprite 11 to 31
  31.   updateStage()
  32.   puppetSprite(5, 0)
  33.   puppetSprite(11, 0)
  34.   set gNext to "game facts"
  35.   go("more jump")
  36. end
  37.